Pino Toscano [Tue, 12 Jan 2021 00:04:01 +0000 (00:04 +0000)]
kbibtex (0.9.90-1) unstable; urgency=medium
* New upstream release:
- since we use the release tarballs now, the translations are available
(Closes: #911523)
* Add myself to Uploaders.
* Update the patches:
- upstream_cmake-use-the-right-variable-for-man-page-install-de.patch:
drop, backported from upstream
* Update install files.
Pino Toscano [Tue, 15 Dec 2020 17:22:08 +0000 (17:22 +0000)]
kbibtex (0.9.81-2) unstable; urgency=medium
* Team upload.
[ Andreas Tille ]
* Follow a hint of Rik Mills and rather Build-Depend: qtwebengine5-dev
[ Pino Toscano ]
* Switch watch file to track the official tarballs, rather than random tags
on the GitHub mirror.
* Drop our own debian/missing-sources/COPYING-CMAKE-SCRIPTS and the reference
to it in debian/copyright, as this file is no more referenced by upstream
sources.
* Stop rebuilding the application icon: upstream ships already proper icons,
and more sized can be asked to be shipped in case they are needed
- drop the imagemagick, inkscape, and librsvg2-bin build dependencies,
no more needed now
* Drop all the manual handling of build flags, as everything is properly
handled already since debhelper compatibility 9.
* Drop all the development files, i.e. cmake config files and headers, in
addition to .so symlinks.
* Install the missing files.
* Unregister the old /etc/xdg/kbibtexrc conffile.
* Stop passing --list-missing to dh_missing, as everything is installed now.
* Drop the 'run' autopkgtest:
- never passed (at least in the last 3 years)
- too fragile to maintain
- it does not test anything much of use
* Reference the actual upstream Git repository in debian/upstream/metadata.
* Use the kf5 dh addon, so common bits for KF5-based applications (e.g. not
compressing the DocBook documentation) are applied.
* Remove the explicit as-needed linking, as it is done by binutils now.
* Drop the wrong Multi-Arch: foreign field from kbibtex, as it is hardly a
"tool" for other architectures.
* Update and simplify the lintian overrides.
* Update the build dependencies according to the upstream build system:
- bump cmake to 3.7.2
- bump the Qt packages to 5.9.0
- bump the KF packages to 5.51.0
- explicitly add gettext, libicu-dev, pkg-config, and shared-mime-info
- remove the unused/unneeded qtbase5-dev-tools, libkf5itemviews-dev,
libkf5completion-dev, libqca-qt5-2-dev, and libxslt1-dev
* The unit tests still fail, so disable their build by passing
-DBUILD_TESTING=OFF to cmake.
* Do not export DH_VERBOSE=1, as there is no need to get a really verbose
build log by default.
* Restrict the qtwebengine5-dev build dependency to the architectures where
it is present, using libqt5webkit5-dev on any other architecture.
* Backport upstream commit 40d3149cfaf5c3b1f3b1110617d291eb332d76f3 to fix
the installation of the man page; patch
upstream_cmake-use-the-right-variable-for-man-page-install-de.patch
- update debian/kbibtex-data.install
- drop debian/kbibtex-data.manpages, no more needed now
* New upstream version based on KDE Frameworks
5", thanks to Pierre Haessig (Closes: #907030).
* Bug fix: "kbibtex FTBFS: delegate-failed rsvg-convert", thanks to
Helmut Grohne (Closes: #893538).
* Bug fix: "[kbibtex] kbibtex icon is not correctly converted", thanks
to Antonio Russo (Closes: #894653).
* Bug fix: "project homepage changed gna.org -> kde.org", thanks to
Pierre Haessig (Closes: #901856).
* Bug fix: "kbibtex FTBFS: delegate-failed rsvg-convert", thanks to
Helmut Grohne (Closes: #893538).
Thomas Fischer [Mon, 6 Feb 2012 21:57:41 +0000 (21:57 +0000)]
Fix data loss with doi field
This simple extract of a bibtex file is corrupted by bibtex
@article{JPAMG06MU,
author = "D. V. Makarov and M. Yu. Uleysky",
doi = "10.1088/0305-4470/39/3/003",
issn = "0305-4470",
issue = "3",
journal = "Journal of Physics A: Mathematical and General",
pages = "489–497",
title = "Specific Poincaré map for a randomly-perturbed nonlinear oscillator",
volume = "39",
year = "2006"
}
If you open this file with KBibTex, doi is always cutted
to 10.1088/0305-4470 and external link, of course, don't work.
Also, KBibTex cutting this doi then saving file.